@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,400;0,500;1,200;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Herr+Von+Muellerhoff&display=swap');
body{
    overflow-x: hidden;
}

a{
    text-decoration: none;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:'Poppins';
}
@media (min-width:992px) {
  .navbar-expand-xl .navbar-collapse{
    width: 100%;
  }
}


/*--------------scrollbar-section-------*/
::-webkit-scrollbar{
    width: 0.7rem;
}

::-webkit-scrollbar-track{
    width: 0.7rem;
    background: #292828;
    border-left: 0 solid rgb(255, 255, 255);
    border-right: 0 solid rgb(255, 255, 255);
    
}
::-webkit-scrollbar-thumb{
    background: #BB9F01;
    border-radius: 1rem;
    width: 0;
    height: 10%;
    transform: 0.5s ease-in-out;
    cursor: pointer;
}


header
{
  background-image: url(../images/rest1.jpg);
     background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    background-attachment: fixed;
}



/*--------Navbar-----*/
.navbar-toggler
{
  border: none !important;
  outline: none !important;
}

.navbar-toggler i{
  color:#BB9F01;
  font-size: 2.1rem ;
  border: none !important;
}

.navbar-nav li a
{
 margin: 1em 5em;
color: #fff !important;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family:'Poppins';
  padding: 10px 50px;
}

.navbar
{
  background-color: rgba(235, 228, 228, 0.15);  
backdrop-filter: blur(4px);
height: auto;
width: 100%;
height: auto;
z-index: 1 !important;

}

.header nav
{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition:all .5s ease-in-out;
}
nav.black
{
  background:#262526 !important;
  height: 100px;
  padding:15px 40px ;
}

nav a.active
{
  width: fit-content;
  border-bottom: 4px dotted #BB9F01;
 transition: all 0.5s ease-in-out;
}





.text{
  width: 100%;
  text-align:center;
  bottom: 50%;
  position: absolute;
}
.heading{
  text-align: center;
  color: #BB9F01;
  font-size: 15vh;
  letter-spacing: 3px;
  line-height: .4;
  justify-content: center;
  font-family: 'Herr Von Muellerhoff', cursive;
}
.heading h2{
  justify-content: center;
  text-align: center;
}

.heading::first-letter{
  font-size: 12rem;
}

.text .title{

text-align: center;
justify-content: space-between;
font-size: 5vh;
  letter-spacing: 8px;
  font-family: 'Bebas Neue', cursive;
}
.text .line
{
  color: aliceblue;
}






.divider {								
    display: table; 
    font-size: 24px; 
    text-align: center; 
    width: 75%; 				
    margin: -5px auto;		
} 
.divider span { display: table-cell; position: relative; }
.divider span:first-child, .divider span:last-child {
    width: 50%;
    top: 16px;						
    -moz-background-size: 100% 2px; 	
    background-size: 100% 2px; 			
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}  
.divider span:first-child {		
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#BB9F01));
    background-image: -webkit-linear-gradient(180deg, transparent, #BB9F01);
    background-image: -moz-linear-gradient(180deg, transparent, #BB9F01);
    background-image: -o-linear-gradient(180deg, transparent, #BB9F01);
    background-image: linear-gradient(90deg, transparent, #BB9F01);
} 
 .divider span:nth-child(2) {
    color:aliceblue; padding: 0px 5px; width: auto; white-space: nowrap;
} 

.divider span:last-child {		
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#BB9F01), to(transparent));
    background-image: -webkit-linear-gradient(180deg, #BB9F01, transparent);
    background-image: -moz-linear-gradient(180deg, #BB9F01, transparent);
    background-image: -o-linear-gradient(180deg, #BB9F01, transparent);
    background-image: linear-gradient(90deg, #BB9F01, transparent);
} 


.reser{
    background-color: white;
    min-height: 500px;
    text-align: center;
  
}
.col-sm-3{
    padding: 1rem;
}
.res-text{
  text-align: center;
  padding-top: 4rem;

 

}
.info{
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}
input{
    
    width: 10rem;
    

}
select{
    border-radius: 5px;
    box-sizing: border-box;
    width: 10rem;
    border-width: 2px;
    border: none;
}

.subbmit{
    margin: 3rem;
    margin-left: 4rem;
    position: relative;
    text-align: center;
    justify-content: center;
    text-transform: capitalize;
}
input[type=submit]{
  letter-spacing: 0px;
  font-size: 1.2rem;
  background: transparent;
  border: none;
  text-transform: capitalize;
  transition: ease-in-out .5s;
}

input[type=submit]:hover{
    border-top: 2px solid#BB9F01;
    border-bottom: 2px solid #BB9F01;
    letter-spacing: 3px;
}
.modal-body
{
  position: relative;
  width:100%;
  
}


.modal-body [type=email], [type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
border: none;
border-radius: 5px;
border: 2px solid #BB9F01;
  box-sizing: border-box;
}

label span
{
  color: #b80303;
}
.btn-tab
{
  margin: 3rem;
  margin-left: 4rem;
  position: relative;
  letter-spacing: 0px;
  font-size: 1.2rem;
  background: transparent;
  border: none;
  text-align: center;
  justify-content: center;
  text-transform: capitalize;
  transition: ease-in-out .5s;
}
.btn-tab:hover
{
  border-top: 2px solid#BB9F01;
  border-bottom: 2px solid #BB9F01;
  letter-spacing: 3px;
}

.icons{
    padding-top: 10px;
    display: flex;
   position: relative;
    list-style: none;
}
.icons li a{
    padding: 0 40px;
    font-size: 2.5vh;
    text-decoration: none;
    color: #202020;
    box-shadow: 0px 15px 10px -15px #111;   
    transition: width 2s, height 2s, transform 2s;
}
.icons li a:hover{
    
    transform: rotate(360deg);
}

footer{

    background:rgb(187, 159, 1);  
    text-align: center;
    color: #202020;

}
.copyrights {
    background-color:#202020 ;
    color: rgb(187, 159, 1);
         text-align: center;
}
.map{
align-items: center;
justify-content: center;
text-align: center;
}
.para{
    margin: 1rem 10%;
    text-align: left;
}
/*------ABOUT---*/

.about{
    margin-top: 5rem;
    
    background-color: white;
    width: 100%;
    height: auto;
    padding: 35px 0;
 
}
.discover{
    margin-top: 3rem;
}
.discover h2{
    position: relative;
    text-align: center;
    font-size: 10vh;
    line-height: .4;
   color: #BB9F01;
   font-family: 'Herr Von Muellerhoff', cursive;
   font-weight: 100;
}

.discover h3{
    position: relative;
    text-align: center;
    font-size: 5vh;
   color: #181918;
   font-family: 'Bebas Neue', cursive;
   letter-spacing: 4px;
}
.star{
    font-size: 2vh;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}
.discover .about-text{
    display: flex;
    position: relative;
    padding-left: 20px;
}
.discover .btn {
position: relative;
display:block;
font-size: 1.8vh;
text-align: center;
font-family: 'Bebas Neue', cursive;
text-decoration: none;
line-height: 1;
letter-spacing: 0.1em;
color: #BB9F01;
padding: 3px 0;
background: transparent !important;
}









/*----Footer section--*/

footer p
{
  color: #999;
  line-height: 25px;
margin-bottom: 0;
}
footer h2,h3
{
  color: #fff;
}
footer h2
{
  font-size: 18px;
}
.footer-top
{
  background: #262526;
  padding: 80px 0;
}
.sec-one h2
{
  font-family:'Poppins';
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 3px;
  margin: 10px 0;
}

.sec-two h2
{
  color: #fff;
  font-family:'Poppins';
  text-transform: uppercase;
}
.sec-two h2::before
{
  content:' | ';
  color: #BB9F01;
  padding-right: 10px;
}

.sec-two h3
{
  padding: 15px 0;
  font-size: 2.3vh;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
line-height: 40px;
}

.sec-three h2
{
  color: #fff;
  font-family:'Poppins';
  text-transform: uppercase;
}

.sec-three h2::before
{
  content:' | ';
  color: #BB9F01;
  padding-right: 10px;
}
.sec-three a
{
  background: #494848;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
  align-self: center;
   margin-left: 1.5rem;
}
.sec-three a i
{
 font-size: 20px;
 color: #fff;
 padding: 10px 12px;
 transition: all 0.3s ease-in-out;
}
.sec-three a i:hover
{
  color: #BB9F01;
  
}

.sec-four h2
{
  color: #fff;
  font-family:'Poppins';
  text-transform: uppercase;
}

.sec-four h2::before
{
  content:' | ';
  color: #BB9F01;
  padding-right: 10px;
}
.sec-four form input[type=submit]
{
  background: #BB9F01;
  border: none;
  padding: 3px 15px;
  color: #fff;
  text-transform: uppercase;
  margin: 3px 0;
transition: all 0.5s ease-in-out;
}

.sec-four form input[type=submit]:hover
{
  color: #262526;
}
.copyright {
text-align: center;
background: #1b1b1b;
line-height: 70px;
}
.map{
align-items: center;
justify-content: center;
text-align: center;
margin-top: 1rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
.md-mb-30{
  margin-bottom: 30px;
}

}
@media only screen and (max-width: 767px)
{
  .sm-mb-30{
    margin-bottom: 30px;
  }
  .footer-top{
    padding: 50px 0;
  }
}

